func strconv.unquote
3 uses
strconv (current package)
quote.go#L373: out, _, err := unquote(s, false)
quote.go#L384: out, rem, err := unquote(s, true)
quote.go#L395: func unquote(in string, unescape bool) (out, rem string, err error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)